Create a new user
POST/user
If no users have been created yet, no API key is required. Otherwise, an API key must be included in the request header. Keep in mind that first user created will be the admin user.
Request
Responses
- 200
- 401
- 429
- 500
User successfully created
Unauthorized access, indicating that the request has not been applied because it lacks valid authentication credentials for the target resource.
Rate limit exceeded, indicating that the request was not accepted because the application has exceeded the rate limit for the API.
Internal Server Error, indicating that the server encountered an unexpected condition that prevented it from fulfilling the request.